CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Ga function

搜索资源列表

  1. TSP-GA

    0下载:
  2. 一个基于遗传算法的TSP程序,里面包含两个交叉函数,程序已运行,效果好-A TSP program based on Genetic Algorithm, include two intercross function (intercross.m and IX.m), the result is good and steady
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:2804
    • 提供者:陈鐾
  1. matlab-GA-FIR

    3下载:
  2. 基于遗传算法来实现频率采样FIR滤波器的设计,本程序采用的是谢菲尔德的遗传算法工具箱,有各种函数,在工程里面添加了自己的适应度函数。-Based on genetic algorithm to implement the frequency sampling FIR filters, this procedure USES a genetic algorithm toolbox of Sheffield has a variety of functions, in engineering to
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:2056
    • 提供者:北极星
  1. GA

    0下载:
  2. 用遗传算法求取函数的最大值。遗传算法的每一步骤都用子函数的形式给出。适合对遗传算法的入门级选手学习、参考。-Using genetic algorithms to strike a function of the maximum. Each step of the genetic algorithm is given in the form of a subfunction. Suitable for entry-level players genetic algorithm learning,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:3441
    • 提供者:谢双云
  1. GA

    0下载:
  2. 神经网络遗传算法函数极值寻优-非线性函数极值 遗传算法典型实例-Neural network genetic algorithm function optimization extreme- typical examples of the non-linear function of the extreme genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:102657
    • 提供者:冯翔
  1. GA

    1下载:
  2. 对传统的MATLAB遗传算法工具箱进行改进,对优化变量由单变量扩展到多变量,同时目标函数也由单目标函数扩展到多目标函数。-The traditional MATLAB genetic algorithm toolbox to improve the optimization variables by a single variable expansion to multiple variables, but also by a single objective function objectiv
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:298041
    • 提供者:王博
  1. ga

    0下载:
  2. 用matlab编的一个遗传算法,可以用来求解函数的最值,可以根据实际需要改动-Using matlab a genetic algorithm, the function can be used to solve the most value, you can change according to actual needs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:2402
    • 提供者:远征
  1. GA

    0下载:
  2. GA遗传算法Fortran编程,可以用来做简单的函数计算。-GA GA Fortran programming can be used to do simple function calculation.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-03
    • 文件大小:3146
    • 提供者:
  1. GA

    1下载:
  2. 多目标的十进制遗传算法,可求解多个测试函数的多维的最优值-Multi-objective Genetic Algorithms decimal, multiple tests can be solved multidimensional optimal value function
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2156
    • 提供者:心海赤潮
  1. GA

    0下载:
  2. 用matlab实现的基本遗传算法、顺序选择遗传算法、适值函数标定的遗传算法、大变异遗传算法、自适应遗传算法、双切点交叉遗传算法、多变异位自适应遗传算法-Using matlab realize the basic genetic algorithm sequentially selects genetic algorithm, fitness function of the genetic algorithm calibration, large mutation genetic algorit
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6214
    • 提供者:xiaofeifei
  1. max-ga

    0下载:
  2. 通过调用matlab遗传算法工具计算函数的最大值-Using genetic algorithm function of the maximum
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1061
    • 提供者:prince
  1. GA-applicaiton(matlab)

    1下载:
  2. 本遗传算法由12个M文件组成,其中Genetic.m包含了主函数,其余文件均为包含子函数的文件,由主函数调用。-The genetic algorithm consists of 12 M files, which Genetic.m contains the main function, the remaining files are files containing subroutine from the main function call.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:87249
    • 提供者:cc
  1. GA

    0下载:
  2. 简单遗传算法MATLAB实现,详细的介绍了简单遗传算法的实现过程,并以一个简单的函数优化作为案例说明了其应用。但是由于该测试函数过于简单,在实际的应用过程中,还需要对相关参数进行调整,使其效率得到更大的提高。-Simple genetic algorithm based on MATLAB realize, describes in detail the process of simple genetic algorithm, and a simple function optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3662
    • 提供者:豆豆
  1. GA

    0下载:
  2. 利用MATLAB编程实现遗传算法,并结合一维多峰值函数对算法性能进行了测试,在MATLAB环境中采用遗传算法有效地解决了求解函数的优化问题,仿真结果验证了该算法的有效性,图像直观,性能优越,为遗传算法的实际应用开辟了新的途径和渠道。-Genetic algorithms using MATLAB programming, combined with a function Victoria Peak performance of the algorithm was tested in the MA
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2438
    • 提供者:Chengwei Xiao
  1. GA

    2下载:
  2. 程序1:遗传算法和非线性规划函数的优化; 程序2:基于遗传算法的BP神经网络优化; 程序3:基于遗传算法的TSP算法; 程序4:基于遗传算法的LQR控制器优化设计 程序5:基于遗传算法的函数优化-Program 1: genetic algorithms and nonlinear programming function optimization Program 2: Based on the genetic algorithm BP neural network optim
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:5357
    • 提供者:王晓卫
  1. function-optimization-GA

    0下载:
  2. 多元优化 单峰目标函数 多峰目标函数 遗传算法 matlab源码- multivariate optimization, Unimodal objective function, multimodal objective function, genetic algorithm ,matlab source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1525
    • 提供者:卫芬
  1. GA-Method

    0下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。-Genetic Algorithm (Genetic Algorithm) is a kind of referen
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-25
    • 文件大小:1508
    • 提供者:zhaoxunchuan
  1. GA

    0下载:
  2. 一些非常有用的遗传算法函数,可以和大家一起分享学习一下。-Some very useful genetic algorithm function, you can learn about and share with everyone.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5982
    • 提供者:孙清
  1. GA-Elitst

    0下载:
  2. 基于精英策略的简单遗传算法代码.这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:4240
    • 提供者:思辰
  1. ga-tool

    0下载:
  2. 基于matlab的关于遗传算法的一些重要的函数的m文件,供读者参考 -Based on some of the important matlab m file on genetic algorithm function for readers reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:4599
    • 提供者:周军
  1. ga-tool1

    0下载:
  2. 基于matlab的关于遗传算法的一些重要的函数的m文件,供读者参考 -Based on some of the important matlab m file on genetic algorithm function for readers reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8137
    • 提供者:周军
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »
搜珍网 www.dssz.com